From: Richard M. Stallman Date: Sat, 28 Dec 2002 21:28:56 +0000 (+0000) Subject: (info-lookup): Fix error message typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~53981 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=021c54a395ec9478d924bf5b31649e72ea8e2790;p=emacs.git (info-lookup): Fix error message typo. --- diff --git a/lisp/info-look.el b/lisp/info-look.el index f8b56bc55e7..1de84d3e421 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -392,7 +392,7 @@ If optional argument QUERY is non-nil, query for the help mode." ;; info buffer since that can print messages (unless (or ignore-case (string-equal item (car entry))) - (message "Found in differnt case: %s" (car entry))) + (message "Found in different case: %s" (car entry))) (or doc-found (error "Info documentation for lookup was not found")) ;; Don't leave the Info buffer if the help item couldn't be looked up.